CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 带通滤波器 matlab

搜索资源列表

  1. band-pass-filter 线性相位FIR带通滤波器

    22下载:
  2. 用MATLAB函数fir1设计一个具有如下指标的线性相位FIR带通滤波器:阻带截止频率为0.55pi 和0.85pi,通带截止频率为0.65pi和 0.75pi,最大通带衰减为0.2dB,最小阻带衰减为42dB。分别利用下面的窗函数来设计滤波器:汉宁窗、汉明窗、布莱克曼窗。对于每种情况,给出其冲激响应系数并画出设计的滤波器的幅频响应。-Designed with a MATLAB function with the following indicators fir1 linear phase F
  3. 所属分类:matlab例程

    • 发布日期:2015-04-10
    • 文件大小:5120
    • 提供者:董晓曦
  1. zero.rar

    2下载:
  2. 完整的C语言编写的带通滤波器 运行成功并在matlab上检验,Integrity of the C language to run the band-pass filter on the successful test in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:826
    • 提供者:xiaoquan1
  1. CommonFilter_Matalab

    2下载:
  2. Matlab低通,高通,带通滤波器的设计都有,说明很详细,并且带有实例。-Matlab low pass, high pass, band-pass filter design are to illustrate in great detail and with examples.
  3. 所属分类:matlab例程

    • 发布日期:2012-10-12
    • 文件大小:8498
    • 提供者:周期
  1. GLPyramid2

    0下载:
  2. 多尺度图像技术指对图像采用多尺度的表达,并在不同尺度下分别进行处理,也称多分辨率技术 金字塔是一种有效的多尺度表达结构 构建高斯金字塔和拉普拉斯金字塔 高斯低通滤波器 对应高斯金字塔中相邻两层图像差的带通滤波器 -Multi-scale imaging technology refers to the image using multi-scale expression, and in different scales, respectively, for pro
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1829
    • 提供者:Mingruixia
  1. txlb

    0下载:
  2. 数字图像处理中的滤波和傅里叶压缩,包括理想低通滤波器,巴特沃茨高通滤波器,高斯带通滤波器,高斯带阻滤波器,FFT图像压缩。附原图像和处理后的图像截图。-Digital image processing in filtering and Fourier compression, including the design of an ideal low-pass filter, design Batewoci high-pass filter, bandpass filter design Gaus
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:271992
    • 提供者:刘雨相
  1. MATLAB_FIR_IIR

    4下载:
  2. matlab FIR 底通和带通滤波器和IIR 底通和带通滤波器完整程序,本人花了好多时间自己写的,有滤波前后图形对比!-matlab FIR at the end of pass and band-pass IIR filters and the end of pass and band-pass filter the full process, I spent a lot of time to write your own, there is before and after the gra
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:2306
    • 提供者:Gerry_song
  1. filter

    3下载:
  2. % y=filter(sig,fmin,fmax) % 对信号进行理想滤波,可完成低通,带通 % sig为被滤波信号 % fmin为下限频率,当fmin为0时为低通滤波器,当fmin>0时,为带通滤波器 % fmax为上限频率,fmax>fmin % fs为信号的采样频率 % y为经过滤波后的信号 -% Y = filter (sig, fmin, fmax)% of the ideal signal filtering, to be com
  3. 所属分类:matlab例程

    • 发布日期:2013-08-02
    • 文件大小:921
    • 提供者:liu
  1. fir

    3下载:
  2. 基于汉宁窗的fir带通滤波器 用matlab仿真-Hanning window on the fir bandpass filter simulation using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1267
    • 提供者:star
  1. dig_filter

    1下载:
  2. 数字低通滤波器到数字带通滤波器 MATLAB编码设计-Digital low-pass filter to the digital band-pass filter design MATLAB coding
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3940
    • 提供者:凌衾
  1. bandpass3

    2下载:
  2. FIR带通滤波器的设计程序,参数见程序内容-FIR band-pass filter design, process parameters, see
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:855
    • 提供者:xl
  1. MatlabDesignFilter

    0下载:
  2. matlab设计模拟带通滤波器 matlab设计模拟带通滤波器-using matlab to design a alogo band pass filter. using matlab to design a alogo band pass filter. using matlab to design a alogo band pass filter
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:627
    • 提供者:opterrant
  1. passfilter

    1下载:
  2. 带通滤波器设计 具有较好的设计思路和设计方式-pass filter design good design idea and good design method
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:732
    • 提供者:马彬
  1. MATLAB

    0下载:
  2. 一个数字带通滤波器,其Ap=1dB,As=34dB,通带从200HZ到400HZ,阻带在100HZ-400HZ,满足上述条件, 设计Chebyshev I型滤波器,Chcbyshev Ⅱ型滤波器和椭圆型滤波器 。-MATLAB
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:513083
    • 提供者:李朕
  1. BPFdesign

    1下载:
  2. 本程序已被本人整理到WORD文档中,编程语言为MATLAB,本文设计的数字滤波器为带通滤波器,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形,值得下载!-This program has been organized into WORD document I, the programming language MATLAB, this design of digital filter for band-pass filter, design parameters are in
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4348
    • 提供者:biggirl
  1. signal

    3下载:
  2. 产生一个连续信号,包含低频,中频,高频分量,对其进行采样,进行频谱分析,分别设计三种高通,低通,带通滤波器对信号进行滤波处理,观察滤波后信号的频谱-NI FHHFJSDG
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:700
    • 提供者:lixiaoxiao
  1. filter1

    0下载:
  2. 高通滤波器,带通滤波器,数字FIR滤波器-The Shannon entropy is a measure of the average information content one is missing when one does not know the value of the random variable. The concept was introduced by Claude E. Shannon in his 1948 paper "A Mathematical Theory
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:877
    • 提供者:jeremy
  1. digital_filter_design

    1下载:
  2. 采用matlab设计数字滤波器的源程序,包含滑动滤波器、切比雪夫低通、带通滤波器等! -Digital filter design using matlab source, including sliding filters, Chebyshev low pass, band pass filter!
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1152
    • 提供者:yq
  1. DoG

    1下载:
  2. 利用Matlab编写的组合高斯带通滤波器,可以对图像进行滤波操作。(Matlab prepared by the combination of Gauss bandpass filter, you can filter the image operation.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:1928192
    • 提供者:橡树
  1. 带通滤波器,滤除通带外噪声,保留信号

    7下载:
  2. matlab实现带通滤波,根据采集到的时域信号,处理得到频域信号,matlab滤波(matlab Realization of bandpass filtering)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-21
    • 文件大小:1024
    • 提供者:darefbrencw
  1. IIR一阶低通滤波器

    2下载:
  2. matlab实现带通滤波,傅里叶变换,得到频域信号,带桶处理(Achieve band pass filter, Fourier transform, get frequency domain signal, with bucket processing.)
  3. 所属分类:其他

    • 发布日期:2020-04-21
    • 文件大小:7168
    • 提供者:darefbrencw
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com